home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 2000 October / Software of the Month - Ultimate Collection Shareware 277.iso / pc / PROGRAMS / UTILITY / WINLINUX / DATA1.CAB / programs_-_usrdoc / IPCHAINS.{11 / README.{__ < prev   
Text File  |  1999-09-17  |  2KB  |  50 lines

  1. If your kernel version is before 2.1.102; you need the ipfwchains
  2. patch to the 2.1.x or 2.0.x kernel series.
  3.  
  4. You need to be running a kernel compiled with CONFIG_IP_FIREWALL (for
  5. 2.1.102 and above) or CONFIG_IP_FIREWALL_CHAINS set to `y'.  You can
  6. tell that your current kernel is compiled with this by looking for
  7. `/proc/net/ip_fwchains' - if it exists, then your kernel is ready for
  8. the ipchains utility.
  9.  
  10. See the HOWTO (available in plain text here, or from the web page in
  11. other formats) for details.  There is also an excellent quick
  12. reference card by Scott Bronson, in A4 and US Letter sizes (best
  13. printed double-side).  This was written in Word Perfect 7 on Linux;
  14. ask bronson@soda.berkeley.edu if you want it in that format.
  15.  
  16. The concept and chunks of the implementation were grabbed from ipfwadm
  17. 2.3; the name has been changed to avoid confusion, as `ipfwadm' will
  18. NOT work with kernels with the new firewall code.  Also, I took the
  19. opportunity to rationalize the command line parameters, making it
  20. perhaps more difficult for ipfwadm users (not necessarily a bad thing,
  21. as it highlights the differences) but hopefully making things more
  22. sane in the long run.
  23.  
  24. In recognition of the fantastic work done by Jos Vos, without whom I
  25. would have had no code or concepts to guide me, here is the original
  26. copyright notice from many of the files.  (Do NOT contact Jos with
  27. problems in these utilities; they are almost certainly things I
  28. wrecked, and complaining to him would be unfair and unrewarding).
  29.  
  30. ================
  31.     Copyright (c) 1995,1996 by X/OS Experts in Open Systems BV.
  32.     All rights reserved.
  33.  
  34.     Author: Jos Vos <jos@xos.nl>
  35.  
  36.         X/OS Experts in Open Systems BV
  37.         Kruislaan 419
  38.         1098 VA  Amsterdam
  39.         The Netherlands
  40.  
  41.         E-mail: info@xos.nl
  42.         WWW:    http://www.xos.nl/
  43. ================
  44.  
  45. Paul ``Rusty'' Russell,
  46. Paul.Russell@rustcorp.com.au.
  47. &
  48. Michael Neuling,
  49. mneuling@radlogic.com.au
  50.